﻿2026-07-09T09:26:31.2618748Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-09T09:26:31.2619170Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-09T09:26:31.2619404Z [36;1m$PIN = "0c95435"[0m
2026-07-09T09:26:31.2619635Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-09T09:26:31.2619904Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-09T09:26:31.2620337Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-09T09:26:31.2620712Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-09T09:26:31.2621058Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-09T09:26:31.2621343Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-09T09:26:31.2621596Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-09T09:26:31.2622373Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-09T09:26:31.2622694Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-09T09:26:31.2622994Z [36;1m}[0m
2026-07-09T09:26:31.2623154Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-09T09:26:31.2623420Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-09T09:26:31.2686882Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-09T09:26:31.2687331Z ##[endgroup]
2026-07-09T09:26:32.1291500Z    Compiling proc-macro2 v1.0.106
2026-07-09T09:26:32.1291841Z    Compiling quote v1.0.45
2026-07-09T09:26:32.1292129Z    Compiling unicode-ident v1.0.24
2026-07-09T09:26:32.1292361Z    Compiling cfg-if v1.0.4
2026-07-09T09:26:32.1292582Z    Compiling serde_core v1.0.228
2026-07-09T09:26:32.1292845Z    Compiling serde v1.0.228
2026-07-09T09:26:32.1293265Z    Compiling windows-link v0.2.1
2026-07-09T09:26:32.1294147Z    Compiling typenum v1.20.1
2026-07-09T09:26:32.1294592Z    Compiling portable-atomic v1.13.1
2026-07-09T09:26:32.1295123Z    Compiling getrandom v0.3.4
2026-07-09T09:26:32.1295510Z    Compiling pin-project-lite v0.2.17
2026-07-09T09:26:32.1296076Z    Compiling version_check v0.9.5
2026-07-09T09:26:32.1296558Z    Compiling find-msvc-tools v0.1.9
2026-07-09T09:26:32.1296960Z    Compiling memchr v2.8.1
2026-07-09T09:26:32.1297733Z    Compiling critical-section v1.2.0
2026-07-09T09:26:32.1298637Z    Compiling shlex v2.0.1
2026-07-09T09:26:32.2035908Z    Compiling windows-sys v0.61.2
2026-07-09T09:26:32.2054041Z    Compiling subtle v2.6.1
2026-07-09T09:26:32.2397097Z    Compiling smallvec v1.15.1
2026-07-09T09:26:32.2630113Z    Compiling futures-core v0.3.32
2026-07-09T09:26:32.3016585Z    Compiling equivalent v1.0.2
2026-07-09T09:26:32.3917314Z    Compiling itoa v1.0.18
2026-07-09T09:26:32.4140203Z    Compiling bytes v1.11.1
2026-07-09T09:26:32.4162202Z    Compiling semver v1.0.28
2026-07-09T09:26:32.4606135Z    Compiling stable_deref_trait v1.2.1
2026-07-09T09:26:32.4730962Z    Compiling log v0.4.32
2026-07-09T09:26:32.4957451Z    Compiling generic-array v0.14.7
2026-07-09T09:26:32.5314052Z    Compiling futures-io v0.3.32
2026-07-09T09:26:32.5928627Z    Compiling rustc_version v0.4.1
2026-07-09T09:26:32.6685709Z    Compiling slab v0.4.12
2026-07-09T09:26:32.7354641Z    Compiling futures-sink v0.3.32
2026-07-09T09:26:32.7725976Z    Compiling rand_core v0.10.1
2026-07-09T09:26:32.8280793Z    Compiling futures-channel v0.3.32
2026-07-09T09:26:32.8431562Z    Compiling rustversion v1.0.22
2026-07-09T09:26:32.8555532Z    Compiling hashbrown v0.17.1
2026-07-09T09:26:32.9306236Z    Compiling futures-task v0.3.32
2026-07-09T09:26:32.9817265Z    Compiling getrandom v0.2.17
2026-07-09T09:26:33.0979637Z    Compiling cpufeatures v0.2.17
2026-07-09T09:26:33.1609845Z    Compiling getrandom v0.4.2
2026-07-09T09:26:33.1979564Z    Compiling fnv v1.0.7
2026-07-09T09:26:33.2005068Z    Compiling libc v0.2.186
2026-07-09T09:26:33.3850059Z    Compiling strsim v0.11.1
2026-07-09T09:26:33.4801661Z    Compiling cfg_aliases v0.2.1
2026-07-09T09:26:33.5849825Z    Compiling litemap v0.8.2
2026-07-09T09:26:33.6294151Z    Compiling jobserver v0.1.34
2026-07-09T09:26:33.6673639Z    Compiling autocfg v1.5.1
2026-07-09T09:26:33.6710112Z    Compiling writeable v0.6.3
2026-07-09T09:26:33.6749389Z    Compiling fs_extra v1.3.0
2026-07-09T09:26:33.7164993Z    Compiling ident_case v1.0.1
2026-07-09T09:26:33.7551454Z    Compiling icu_properties_data v2.2.0
2026-07-09T09:26:33.8436562Z    Compiling utf8_iter v1.0.4
2026-07-09T09:26:33.8910858Z    Compiling cc v1.2.63
2026-07-09T09:26:34.0251691Z    Compiling indexmap v2.14.0
2026-07-09T09:26:34.0925388Z    Compiling icu_normalizer_data v2.2.0
2026-07-09T09:26:34.1034005Z    Compiling dunce v1.0.5
2026-07-09T09:26:34.1448602Z    Compiling percent-encoding v2.3.2
2026-07-09T09:26:34.1456673Z    Compiling http v1.4.1
2026-07-09T09:26:34.2700567Z    Compiling syn v2.0.117
2026-07-09T09:26:34.2750059Z    Compiling crypto-common v0.1.7
2026-07-09T09:26:34.3338543Z    Compiling thiserror v2.0.18
2026-07-09T09:26:34.3411833Z    Compiling cpufeatures v0.3.0
2026-07-09T09:26:34.3856210Z    Compiling aws-lc-rs v1.17.0
2026-07-09T09:26:34.4053795Z    Compiling unicode-segmentation v1.13.3
2026-07-09T09:26:34.4180949Z    Compiling scopeguard v1.2.0
2026-07-09T09:26:34.4448106Z    Compiling chacha20 v0.10.0
2026-07-09T09:26:34.4911291Z    Compiling lock_api v0.4.14
2026-07-09T09:26:34.4993121Z    Compiling form_urlencoded v1.2.2
2026-07-09T09:26:34.5226522Z    Compiling block-buffer v0.10.4
2026-07-09T09:26:34.6822846Z    Compiling winapi v0.3.9
2026-07-09T09:26:34.7186884Z    Compiling untrusted v0.9.0
2026-07-09T09:26:34.7626344Z    Compiling bitflags v2.12.1
2026-07-09T09:26:34.7680872Z    Compiling rand v0.10.1
2026-07-09T09:26:34.7769773Z    Compiling digest v0.10.7
2026-07-09T09:26:34.7861705Z    Compiling num-traits v0.2.19
2026-07-09T09:26:34.8301204Z    Compiling cmake v0.1.58
2026-07-09T09:26:34.9232381Z    Compiling windows-strings v0.5.1
2026-07-09T09:26:35.2456537Z    Compiling windows-result v0.4.1
2026-07-09T09:26:35.2905372Z    Compiling heck v0.5.0
2026-07-09T09:26:35.4105797Z    Compiling rustls v0.23.40
2026-07-09T09:26:35.4197724Z    Compiling convert_case v0.10.0
2026-07-09T09:26:35.4936601Z    Compiling anyhow v1.0.102
2026-07-09T09:26:35.5892559Z    Compiling unicode-xid v0.2.6
2026-07-09T09:26:35.6135824Z    Compiling aws-lc-sys v0.41.0
2026-07-09T09:26:35.7536950Z    Compiling ring v0.17.14
2026-07-09T09:26:35.8320637Z    Compiling atomic-waker v1.1.2
2026-07-09T09:26:36.0244141Z    Compiling const-oid v0.10.2
2026-07-09T09:26:36.0725901Z    Compiling parking_lot_core v0.9.12
2026-07-09T09:26:36.1219968Z    Compiling zerocopy v0.8.50
2026-07-09T09:26:36.1220431Z    Compiling httparse v1.10.1
2026-07-09T09:26:36.1313469Z    Compiling http-body v1.0.1
2026-07-09T09:26:36.2494938Z    Compiling hybrid-array v0.4.12
2026-07-09T09:26:36.2556288Z    Compiling curve25519-dalek v4.1.3
2026-07-09T09:26:36.2966913Z    Compiling ahash v0.8.12
2026-07-09T09:26:36.3132958Z    Compiling base64ct v1.8.3
2026-07-09T09:26:36.3719515Z    Compiling either v1.16.0
2026-07-09T09:26:36.5725897Z    Compiling fastrand v2.4.1
2026-07-09T09:26:36.6307136Z    Compiling powerfmt v0.2.0
2026-07-09T09:26:36.6802725Z    Compiling pem-rfc7468 v1.0.0
2026-07-09T09:26:36.8303609Z    Compiling deranged v0.5.8
2026-07-09T09:26:36.8369092Z    Compiling uuid v1.23.2
2026-07-09T09:26:36.8645559Z    Compiling rand_core v0.6.4
2026-07-09T09:26:36.8876834Z    Compiling data-encoding v2.11.0
2026-07-09T09:26:36.9158904Z    Compiling num-conv v0.2.2
2026-07-09T09:26:37.0678798Z    Compiling time-core v0.1.8
2026-07-09T09:26:37.1287203Z    Compiling base64 v0.22.1
2026-07-09T09:26:37.1953808Z    Compiling tower-service v0.3.3
2026-07-09T09:26:37.2082518Z    Compiling zmij v1.0.21
2026-07-09T09:26:37.2577155Z    Compiling tinyvec_macros v0.1.1
2026-07-09T09:26:37.2708309Z    Compiling vcpkg v0.2.15
2026-07-09T09:26:37.3364130Z    Compiling try-lock v0.2.5
2026-07-09T09:26:37.3364594Z    Compiling pkg-config v0.3.33
2026-07-09T09:26:37.4340883Z    Compiling parking_lot v0.12.5
2026-07-09T09:26:37.4791151Z    Compiling block-buffer v0.12.0
2026-07-09T09:26:37.5125299Z    Compiling crypto-common v0.2.2
2026-07-09T09:26:37.6042642Z    Compiling synstructure v0.13.2
2026-07-09T09:26:37.7678796Z    Compiling darling_core v0.20.11
2026-07-09T09:26:37.8763893Z    Compiling want v0.3.1
2026-07-09T09:26:37.9278700Z    Compiling tinyvec v1.11.0
2026-07-09T09:26:38.1093083Z    Compiling sha2 v0.10.9
2026-07-09T09:26:38.1703045Z    Compiling vergen-lib v9.1.0
2026-07-09T09:26:38.2092975Z    Compiling inout v0.1.4
2026-07-09T09:26:38.2894781Z    Compiling n0-future v0.3.2
2026-07-09T09:26:38.3596175Z    Compiling winnow v1.0.3
2026-07-09T09:26:38.3992029Z    Compiling serde_json v1.0.150
2026-07-09T09:26:38.4188545Z    Compiling signature v2.2.0
2026-07-09T09:26:38.4403976Z    Compiling cordyceps v0.3.4
2026-07-09T09:26:38.5298332Z    Compiling crossbeam-utils v0.8.21
2026-07-09T09:26:38.5643777Z    Compiling httpdate v1.0.3
2026-07-09T09:26:38.6271782Z    Compiling spin v0.10.0
2026-07-09T09:26:38.6328914Z    Compiling diatomic-waker v0.2.3
2026-07-09T09:26:38.6860234Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-09T09:26:38.6971325Z    Compiling parking v2.2.1
2026-07-09T09:26:38.7211748Z    Compiling libsqlite3-sys v0.30.1
2026-07-09T09:26:38.7555841Z    Compiling futures-buffered v0.2.13
2026-07-09T09:26:38.8125244Z    Compiling futures-lite v2.6.1
2026-07-09T09:26:38.9637522Z    Compiling digest v0.11.3
2026-07-09T09:26:38.9923079Z    Compiling ed25519 v2.2.3
2026-07-09T09:26:39.0153988Z    Compiling cipher v0.4.4
2026-07-09T09:26:39.1332541Z    Compiling vergen-lib v0.1.6
2026-07-09T09:26:39.1686978Z    Compiling vergen v9.1.0
2026-07-09T09:26:39.1934289Z    Compiling universal-hash v0.5.1
2026-07-09T09:26:39.3445409Z    Compiling socket2 v0.6.4
2026-07-09T09:26:39.3617410Z    Compiling mio v1.2.1
2026-07-09T09:26:39.3894368Z    Compiling noq-udp v0.10.0
2026-07-09T09:26:39.4133899Z    Compiling heapless v0.7.17
2026-07-09T09:26:39.4298943Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-09T09:26:39.4688382Z    Compiling sync_wrapper v1.0.2
2026-07-09T09:26:39.4991994Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-09T09:26:39.6525126Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-09T09:26:39.7805568Z    Compiling byteorder v1.5.0
2026-07-09T09:26:39.8364342Z    Compiling allocator-api2 v0.2.21
2026-07-09T09:26:39.8692294Z    Compiling opaque-debug v0.3.1
2026-07-09T09:26:40.0712073Z    Compiling serde_derive v1.0.228
2026-07-09T09:26:40.0721911Z    Compiling zeroize_derive v1.4.3
2026-07-09T09:26:40.0728021Z    Compiling zerofrom-derive v0.1.7
2026-07-09T09:26:40.1017873Z    Compiling tokio-macros v2.7.0
2026-07-09T09:26:40.1083929Z    Compiling yoke-derive v0.8.2
2026-07-09T09:26:40.1805864Z    Compiling futures-macro v0.3.32
2026-07-09T09:26:40.2258392Z    Compiling zerovec-derive v0.11.3
2026-07-09T09:26:40.3290587Z    Compiling displaydoc v0.2.6
2026-07-09T09:26:40.5601833Z    Compiling tracing-attributes v0.1.31
2026-07-09T09:26:40.6515884Z    Compiling thiserror-impl v2.0.18
2026-07-09T09:26:40.7032906Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-09T09:26:41.3898756Z    Compiling darling_macro v0.20.11
2026-07-09T09:26:41.4237199Z    Compiling zeroize v1.8.2
2026-07-09T09:26:41.4827909Z    Compiling tokio v1.52.3
2026-07-09T09:26:41.5526624Z    Compiling futures-util v0.3.32
2026-07-09T09:26:41.5775425Z    Compiling derive_more-impl v2.1.1
2026-07-09T09:26:41.6475289Z    Compiling spez v0.1.2
2026-07-09T09:26:41.7810367Z    Compiling rustls-pki-types v1.14.1
2026-07-09T09:26:41.8362755Z    Compiling n0-error-macros v0.1.3
2026-07-09T09:26:41.8525862Z    Compiling darling v0.20.11
2026-07-09T09:26:42.1234408Z    Compiling derive_builder_core v0.20.2
2026-07-09T09:26:42.1400130Z    Compiling windows-implement v0.60.2
2026-07-09T09:26:42.1554431Z    Compiling windows-interface v0.59.3
2026-07-09T09:26:42.1893901Z    Compiling der v0.8.0-rc.10
2026-07-09T09:26:42.3596947Z    Compiling zerofrom v0.1.8
2026-07-09T09:26:42.3687755Z    Compiling pin-project-internal v1.1.13
2026-07-09T09:26:42.6403502Z    Compiling yoke v0.8.3
2026-07-09T09:26:42.6666813Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-09T09:26:42.8378054Z    Compiling hash32 v0.2.1
2026-07-09T09:26:42.8972994Z    Compiling n0-error v0.1.3
2026-07-09T09:26:42.9514593Z    Compiling polyval v0.6.2
2026-07-09T09:26:43.0038604Z    Compiling zerovec v0.11.6
2026-07-09T09:26:43.0546884Z    Compiling zerotrie v0.2.4
2026-07-09T09:26:43.0963295Z    Compiling windows-core v0.62.2
2026-07-09T09:26:43.3084992Z    Compiling spki v0.8.0-rc.4
2026-07-09T09:26:43.4291989Z    Compiling derive_builder_macro v0.20.2
2026-07-09T09:26:43.5499433Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-09T09:26:43.5581579Z    Compiling ed25519-dalek v2.2.0
2026-07-09T09:26:43.6916665Z    Compiling tinystr v0.8.3
2026-07-09T09:26:43.7128822Z    Compiling potential_utf v0.1.5
2026-07-09T09:26:43.7471118Z    Compiling pin-project v1.1.13
2026-07-09T09:26:43.8824052Z    Compiling icu_locale_core v2.2.0
2026-07-09T09:26:43.8974599Z    Compiling icu_collections v2.2.0
2026-07-09T09:26:44.5589794Z    Compiling derive_builder v0.20.2
2026-07-09T09:26:44.6376680Z    Compiling futures-executor v0.3.32
2026-07-09T09:26:44.7315607Z    Compiling vergen-gitcl v1.0.8
2026-07-09T09:26:44.7394836Z    Compiling spin v0.9.8
2026-07-09T09:26:44.8147909Z    Compiling windows-threading v0.2.1
2026-07-09T09:26:44.9633828Z    Compiling signature v3.0.0
2026-07-09T09:26:44.9944606Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-09T09:26:45.0042935Z    Compiling fallible-iterator v0.3.0
2026-07-09T09:26:45.0397443Z    Compiling ryu v1.0.23
2026-07-09T09:26:45.0690003Z    Compiling tower-layer v0.3.3
2026-07-09T09:26:45.1802600Z    Compiling tokio-util v0.7.18
2026-07-09T09:26:45.1969687Z    Compiling windows-future v0.3.2
2026-07-09T09:26:45.2554433Z    Compiling futures v0.3.32
2026-07-09T09:26:45.2888581Z    Compiling windows-targets v0.52.6
2026-07-09T09:26:45.3113544Z    Compiling windows-collections v0.3.2
2026-07-09T09:26:45.3281276Z    Compiling windows-numerics v0.3.1
2026-07-09T09:26:45.3535124Z    Compiling spt-proto v0.30.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-09T09:26:45.3766082Z    Compiling proc-macro-crate v3.5.0
2026-07-09T09:26:45.3766571Z    Compiling ghash v0.5.1
2026-07-09T09:26:45.4098797Z    Compiling cobs v0.3.0
2026-07-09T09:26:45.5222249Z    Compiling icu_provider v2.2.0
2026-07-09T09:26:45.5628415Z    Compiling postcard-derive v0.2.2
2026-07-09T09:26:45.6344527Z    Compiling aes v0.8.4
2026-07-09T09:26:45.6653237Z    Compiling ctr v0.9.2
2026-07-09T09:26:45.8206405Z    Compiling icu_normalizer v2.2.0
2026-07-09T09:26:45.8543133Z    Compiling icu_properties v2.2.0
2026-07-09T09:26:45.9108981Z    Compiling ipnet v2.12.0
2026-07-09T09:26:45.9686824Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-09T09:26:46.1822993Z    Compiling ed25519 v3.0.0-rc.4
2026-07-09T09:26:46.3216092Z    Compiling once_cell v1.21.4
2026-07-09T09:26:46.3491976Z    Compiling derive_more v2.1.1
2026-07-09T09:26:46.4176577Z    Compiling prefix-trie v0.8.4
2026-07-09T09:26:46.4308398Z    Compiling sha2 v0.11.0-rc.5
2026-07-09T09:26:46.4767028Z    Compiling fs2 v0.4.3
2026-07-09T09:26:46.5359254Z    Compiling tracing-core v0.1.36
2026-07-09T09:26:46.7635472Z    Compiling hashbrown v0.14.5
2026-07-09T09:26:46.7635930Z    Compiling time v0.3.47
2026-07-09T09:26:46.7824592Z    Compiling http-body-util v0.1.3
2026-07-09T09:26:46.8613889Z    Compiling aead v0.5.2
2026-07-09T09:26:46.8645886Z    Compiling ipconfig v0.3.4
2026-07-09T09:26:46.8648418Z    Compiling arrayvec v0.7.6
2026-07-09T09:26:47.0152727Z    Compiling tracing v0.1.44
2026-07-09T09:26:47.0449578Z    Compiling utf8parse v0.2.2
2026-07-09T09:26:47.0863158Z    Compiling widestring v1.2.1
2026-07-09T09:26:47.1242882Z    Compiling idna_adapter v1.2.2
2026-07-09T09:26:47.1247371Z    Compiling aes-gcm v0.10.3
2026-07-09T09:26:47.1374757Z    Compiling postcard v1.1.3
2026-07-09T09:26:47.1927551Z    Compiling data-encoding-macro v0.1.20
2026-07-09T09:26:47.2416423Z    Compiling idna v1.1.0
2026-07-09T09:26:47.2897934Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-09T09:26:47.3105786Z    Compiling num_enum_derive v0.7.6
2026-07-09T09:26:47.4024802Z    Compiling h2 v0.4.14
2026-07-09T09:26:47.4454343Z    Compiling hashlink v0.9.1
2026-07-09T09:26:47.5200445Z    Compiling windows v0.62.2
2026-07-09T09:26:47.6818809Z    Compiling url v2.5.8
2026-07-09T09:26:47.6908092Z    Compiling chrono v0.4.45
2026-07-09T09:26:47.7479105Z    Compiling rusqlite v0.32.1
2026-07-09T09:26:47.7501551Z    Compiling windows-sys v0.59.0
2026-07-09T09:26:47.7908602Z    Compiling tower v0.5.3
2026-07-09T09:26:47.8391042Z    Compiling crossbeam-channel v0.5.15
2026-07-09T09:26:47.9751404Z    Compiling crossbeam-epoch v0.9.18
2026-07-09T09:26:47.9956540Z    Compiling enum-assoc v1.3.0
2026-07-09T09:26:48.4319721Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-09T09:26:48.5000540Z    Compiling iroh-metrics-derive v0.4.1
2026-07-09T09:26:48.5601773Z    Compiling async-trait v0.1.89
2026-07-09T09:26:48.6091516Z    Compiling strum_macros v0.28.0
2026-07-09T09:26:48.7413788Z    Compiling spt-store v0.30.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-09T09:26:49.1021915Z    Compiling windows-registry v0.6.1
2026-07-09T09:26:49.1090238Z    Compiling blake3 v1.8.5
2026-07-09T09:26:49.1619109Z    Compiling memoffset v0.6.5
2026-07-09T09:26:49.2082779Z    Compiling netwatch v0.16.0
2026-07-09T09:26:49.4855881Z    Compiling noq v0.18.0
2026-07-09T09:26:49.5674685Z    Compiling acto v0.8.2
2026-07-09T09:26:49.6012936Z    Compiling mac-addr v0.3.0
2026-07-09T09:26:49.8645970Z    Compiling rustc-hash v2.1.2
2026-07-09T09:26:49.9349076Z    Compiling xml-rs v0.8.28
2026-07-09T09:26:49.9927550Z    Compiling sorted-index-buffer v0.2.1
2026-07-09T09:26:50.0756221Z    Compiling tagptr v0.2.0
2026-07-09T09:26:50.0927651Z    Compiling ref-cast v1.0.25
2026-07-09T09:26:50.1244443Z    Compiling foldhash v0.2.0
2026-07-09T09:26:50.1257105Z    Compiling lru-slab v0.1.2
2026-07-09T09:26:50.1390796Z    Compiling thiserror v1.0.69
2026-07-09T09:26:50.1533050Z    Compiling identity-hash v0.1.0
2026-07-09T09:26:50.2455953Z    Compiling moka v0.12.15
2026-07-09T09:26:50.2794827Z    Compiling hashbrown v0.16.1
2026-07-09T09:26:50.4389323Z    Compiling netdev v0.42.0
2026-07-09T09:26:50.4934848Z    Compiling iroh-relay v0.98.0
2026-07-09T09:26:50.5913712Z    Compiling xmltree v0.10.3
2026-07-09T09:26:50.7096444Z    Compiling iroh-metrics v0.38.3
2026-07-09T09:26:50.8536669Z    Compiling num_enum v0.7.6
2026-07-09T09:26:51.0034288Z    Compiling tower-http v0.6.11
2026-07-09T09:26:51.0745545Z    Compiling spt-msg v0.30.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-09T09:26:51.1433683Z    Compiling iroh-base v0.98.0
2026-07-09T09:26:51.2520631Z    Compiling hyper v1.10.1
2026-07-09T09:26:51.2558557Z    Compiling attohttpc v0.30.1
2026-07-09T09:26:51.2645772Z    Compiling n0-watcher v0.6.1
2026-07-09T09:26:51.2879696Z    Compiling strum v0.28.0
2026-07-09T09:26:51.4377737Z    Compiling tokio-stream v0.1.18
2026-07-09T09:26:51.4378339Z    Compiling toml_datetime v0.6.11
2026-07-09T09:26:51.6206961Z    Compiling serde_spanned v0.6.9
2026-07-09T09:26:51.6336863Z    Compiling ref-cast-impl v1.0.25
2026-07-09T09:26:51.6437392Z    Compiling thiserror-impl v1.0.69
2026-07-09T09:26:51.8809778Z    Compiling serde_derive_internals v0.29.1
2026-07-09T09:26:51.9209740Z    Compiling simple-dns v0.9.3
2026-07-09T09:26:52.0516358Z    Compiling serial-core v0.4.0
2026-07-09T09:26:52.1550034Z    Compiling aho-corasick v1.1.4
2026-07-09T09:26:52.2814835Z    Compiling winreg v0.10.1
2026-07-09T09:26:52.4435540Z    Compiling toml_write v0.1.2
2026-07-09T09:26:52.4588742Z    Compiling resolv-conf v0.7.6
2026-07-09T09:26:52.5721561Z    Compiling winnow v0.7.15
2026-07-09T09:26:52.6088015Z    Compiling arrayref v0.3.9
2026-07-09T09:26:52.7567640Z    Compiling hyper-util v0.1.20
2026-07-09T09:26:52.8107029Z    Compiling regex-syntax v0.8.10
2026-07-09T09:26:52.9735436Z    Compiling constant_time_eq v0.4.2
2026-07-09T09:26:53.1735207Z    Compiling simdutf8 v0.1.5
2026-07-09T09:26:53.3252185Z    Compiling smol_str v0.1.24
2026-07-09T09:26:53.3913814Z    Compiling sha1_smol v1.0.1
2026-07-09T09:26:53.4776125Z    Compiling schemars_derive v1.2.1
2026-07-09T09:26:53.7719216Z    Compiling iroh-dns v0.98.0
2026-07-09T09:26:53.9946011Z    Compiling serial-windows v0.4.0
2026-07-09T09:26:54.3156297Z    Compiling lru v0.16.4
2026-07-09T09:26:54.4961863Z    Compiling igd-next v0.17.1
2026-07-09T09:26:54.5889853Z    Compiling toml_edit v0.22.27
2026-07-09T09:26:54.6508018Z    Compiling webpki-roots v1.0.7
2026-07-09T09:26:54.6570456Z    Compiling seize v0.5.1
2026-07-09T09:26:54.7256351Z    Compiling darling_core v0.23.0
2026-07-09T09:26:54.7772120Z    Compiling serde_bytes v0.11.19
2026-07-09T09:26:54.7884699Z    Compiling hmac v0.12.1
2026-07-09T09:26:54.8318067Z    Compiling iroh v0.98.2
2026-07-09T09:26:54.9977474Z    Compiling bitflags v1.3.2
2026-07-09T09:26:55.0162961Z    Compiling once_cell_polyfill v1.70.2
2026-07-09T09:26:55.0983427Z    Compiling regex-automata v0.4.14
2026-07-09T09:26:55.1333837Z    Compiling anstyle v1.0.14
2026-07-09T09:26:55.1952171Z    Compiling lazy_static v1.5.0
2026-07-09T09:26:55.2192237Z    Compiling dyn-clone v1.0.20
2026-07-09T09:26:55.3141476Z    Compiling cmov v0.5.4
2026-07-09T09:26:55.3601241Z    Compiling pin-utils v0.1.0
2026-07-09T09:26:55.4084945Z    Compiling anstyle-wincon v3.0.11
2026-07-09T09:26:55.4585010Z    Compiling shared_library v0.1.9
2026-07-09T09:26:55.5532449Z    Compiling ctutils v0.4.2
2026-07-09T09:26:55.6451139Z    Compiling nix v0.25.1
2026-07-09T09:26:55.6563482Z    Compiling hkdf v0.12.4
2026-07-09T09:26:55.7674184Z    Compiling papaya v0.2.4
2026-07-09T09:26:55.8392912Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-09T09:26:55.8432026Z    Compiling schemars v1.2.1
2026-07-09T09:26:55.8522336Z    Compiling serial v0.4.0
2026-07-09T09:26:55.8579233Z    Compiling filedescriptor v0.8.3
2026-07-09T09:26:55.9078470Z    Compiling anstyle-parse v1.0.0
2026-07-09T09:26:56.0648665Z    Compiling backon v1.6.0
2026-07-09T09:26:56.2102804Z    Compiling anstyle-query v1.1.5
2026-07-09T09:26:56.2574004Z    Compiling vte_generate_state_changes v0.1.2
2026-07-09T09:26:56.2675239Z    Compiling paste v1.0.15
2026-07-09T09:26:56.3865781Z    Compiling shell-words v1.1.1
2026-07-09T09:26:56.4188600Z    Compiling downcast-rs v1.2.1
2026-07-09T09:26:56.4490027Z    Compiling is_terminal_polyfill v1.70.2
2026-07-09T09:26:56.4648422Z    Compiling instability v0.3.12
2026-07-09T09:26:56.5963698Z    Compiling colorchoice v1.0.5
2026-07-09T09:26:56.6033223Z    Compiling foldhash v0.1.5
2026-07-09T09:26:56.7183853Z    Compiling toml v0.8.23
2026-07-09T09:26:56.7211848Z    Compiling vte v0.13.1
2026-07-09T09:26:56.7819920Z    Compiling hashbrown v0.15.5
2026-07-09T09:26:56.8469242Z    Compiling anstream v1.0.0
2026-07-09T09:26:56.8571141Z    Compiling portable-pty v0.8.1
2026-07-09T09:26:56.9358819Z    Compiling spake2 v0.4.0
2026-07-09T09:26:57.3344852Z    Compiling regex v1.12.3
2026-07-09T09:26:57.3798882Z    Compiling strum_macros v0.26.4
2026-07-09T09:26:57.4804679Z    Compiling terminal_size v0.4.4
2026-07-09T09:26:57.5915606Z    Compiling crossterm_winapi v0.9.1
2026-07-09T09:26:57.6779378Z    Compiling itertools v0.13.0
2026-07-09T09:26:57.6788312Z    Compiling sha1 v0.10.6
2026-07-09T09:26:57.7552723Z    Compiling castaway v0.2.4
2026-07-09T09:26:57.9183839Z    Compiling wmi v0.18.4
2026-07-09T09:26:57.9642961Z    Compiling spt-runtime v0.30.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-09T09:26:58.0670717Z    Compiling static_assertions v1.1.0
2026-07-09T09:26:58.1236811Z    Compiling doctest-file v1.1.1
2026-07-09T09:26:58.2127476Z    Compiling clap_lex v1.1.0
2026-07-09T09:26:58.2774062Z    Compiling indoc v2.0.7
2026-07-09T09:26:58.3920451Z    Compiling darling_macro v0.23.0
2026-07-09T09:26:58.5898806Z    Compiling unicode-width v0.1.14
2026-07-09T09:26:58.6401590Z    Compiling recvmsg v1.0.0
2026-07-09T09:26:58.7954413Z    Compiling clap_builder v4.6.0
2026-07-09T09:26:58.8708716Z    Compiling darling v0.23.0
2026-07-09T09:26:58.9797310Z    Compiling interprocess v2.4.2
2026-07-09T09:26:59.0939442Z    Compiling compact_str v0.8.2
2026-07-09T09:26:59.3363223Z    Compiling unicode-truncate v1.1.0
2026-07-09T09:26:59.5470068Z    Compiling portmapper v0.16.0
2026-07-09T09:26:59.7673370Z    Compiling strum v0.26.3
2026-07-09T09:26:59.9607427Z    Compiling crossterm v0.28.1
2026-07-09T09:26:59.9910775Z    Compiling spt-term v0.30.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-09T09:27:00.0121387Z    Compiling lru v0.12.5
2026-07-09T09:27:00.3029562Z    Compiling clap_derive v4.6.1
2026-07-09T09:27:00.3909072Z    Compiling spt-live v0.30.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-09T09:27:00.5356559Z    Compiling unicode-width v0.2.0
2026-07-09T09:27:00.9156692Z    Compiling cassowary v0.3.0
2026-07-09T09:27:00.9334337Z    Compiling error-code v3.3.2
2026-07-09T09:27:00.9775832Z    Compiling nucleo-matcher v0.3.1
2026-07-09T09:27:01.1482466Z    Compiling clipboard-win v5.4.1
2026-07-09T09:27:01.2947822Z    Compiling ratatui v0.29.0
2026-07-09T09:27:01.5002185Z    Compiling qrcode v0.14.1
2026-07-09T09:27:01.7028452Z    Compiling tempfile v3.27.0
2026-07-09T09:27:02.5446411Z    Compiling clap v4.6.1
2026-07-09T09:27:13.8976714Z    Compiling rustls-webpki v0.103.13
2026-07-09T09:27:16.3016264Z    Compiling tokio-rustls v0.26.4
2026-07-09T09:27:16.3016796Z    Compiling noq-proto v0.17.0
2026-07-09T09:27:16.3017159Z    Compiling rustls-platform-verifier v0.7.0
2026-07-09T09:27:16.4577561Z    Compiling hyper-rustls v0.27.9
2026-07-09T09:27:16.4578013Z    Compiling hickory-net v0.26.0-beta.4
2026-07-09T09:27:16.4578363Z    Compiling tokio-websockets v0.13.2
2026-07-09T09:27:16.6027375Z    Compiling reqwest v0.13.4
2026-07-09T09:27:17.5490566Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-09T09:27:35.2823652Z    Compiling spt-net v0.30.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-09T09:27:36.7302169Z    Compiling spt-daemon v0.30.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-09T09:27:47.3829329Z    Compiling spt v0.30.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-09T09:27:56.4530997Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s
2026-07-09T09:27:56.4742623Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-3bd69803958f5bb9.exe)
2026-07-09T09:27:56.5485526Z 
2026-07-09T09:27:56.5485867Z running 1 test
2026-07-09T09:28:04.7648669Z test new_brain_serves_against_old_broker ... ok
2026-07-09T09:28:04.7649025Z 
2026-07-09T09:28:04.7649317Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.22s
2026-07-09T09:28:04.7649785Z 
